home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / THEXSESSIONFRAME / THEXSESSIONFRAME.txt
Text File  |  2008-11-03  |  1KB  |  67 lines

  1. inherited HexSessionFrame: THexSessionFrame
  2.   Caption = 'Comparison'
  3.   object AlignKindEdit: TUiRadioGroup
  4.     Left = 8
  5.     Top = 8
  6.     Width = 409
  7.     Height = 41
  8.     Caption = 'Alignment'
  9.     Columns = 3
  10.     Items.WideStrings = (
  11.       'None'
  12.       'Fast'
  13.       'Complete')
  14.     TabOrder = 0
  15.     OnClick = SomethingChangedClick
  16.   end
  17.   object MiscGroupBox: TUiGroupBox
  18.     Left = 8
  19.     Top = 56
  20.     Width = 409
  21.     Height = 105
  22.     Caption = 'Miscellaneous'
  23.     TabOrder = 1
  24.     object ItemByteCountLbl: TUiLabel
  25.       Left = 64
  26.       Top = 24
  27.       Height = 13
  28.       Caption = 'bytes per line'
  29.       FocusControl = ItemByteCountEdit
  30.     end
  31.     object InMemoryLimitLbl: TUiLabel
  32.       Left = 8
  33.       Top = 56
  34.       Height = 13
  35.       Caption = 'Files up to this size are loaded without file locks:'
  36.       FocusControl = InMemoryLimitEdit
  37.     end
  38.     object InMemoryLimitMBLbl: TUiLabel
  39.       Left = 64
  40.       Top = 76
  41.       Height = 13
  42.       Caption = 'MB'
  43.       FocusControl = InMemoryLimitEdit
  44.     end
  45.     object ItemByteCountEdit: TUiSpinEdit
  46.       Left = 8
  47.       Top = 20
  48.       Width = 50
  49.       Height = 21
  50.       Max = 128
  51.       Min = 1
  52.       Position = 1
  53.       TabOrder = 0
  54.       OnChange = SomethingChangedClick
  55.     end
  56.     object InMemoryLimitEdit: TUiSpinEdit
  57.       Left = 8
  58.       Top = 72
  59.       Width = 50
  60.       Height = 21
  61.       Max = 32
  62.       TabOrder = 1
  63.       OnChange = SomethingChangedClick
  64.     end
  65.   end
  66. end
  67.